projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7edf79d
)
radiobutton: Remove redundant call
author
Benjamin Otte
<otte@redhat.com>
Tue, 30 Aug 2011 13:10:49 +0000
(15:10 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 5 Sep 2011 16:56:23 +0000
(18:56 +0200)
The call is done by GtkButton already, no need to override it.
gtk/gtkradiobutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkradiobutton.c
b/gtk/gtkradiobutton.c
index cb1ba20d55f142a5a22096ab8dedeef987954073..73f11c678b31e7398d90a79c0f4fb5292d8e9f57 100644
(file)
--- a/
gtk/gtkradiobutton.c
+++ b/
gtk/gtkradiobutton.c
@@
-210,7
+210,6
@@
gtk_radio_button_init (GtkRadioButton *radio_button)
GtkRadioButtonPrivate);
priv = radio_button->priv;
- gtk_widget_set_has_window (GTK_WIDGET (radio_button), FALSE);
gtk_widget_set_receives_default (GTK_WIDGET (radio_button), FALSE);
_gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio_button), TRUE);